func crypto/elliptic/internal/fiat.p521Mul

2 uses

	crypto/elliptic/internal/fiat (current package)
		p521.go#L114: 	p521Mul(&e.x, &t1.x, &t2.x)
		p521_fiat64.go#L82: func p521Mul(out1 *p521MontgomeryDomainFieldElement, arg1 *p521MontgomeryDomainFieldElement, arg2 *p521MontgomeryDomainFieldElement) {